home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / basic / ace24dist.lha / ace24.lha / include / ace / default.h < prev    next >
C/C++ Source or Header  |  1996-09-10  |  920b  |  56 lines

  1. #ifndef EXEC_TYPES_H
  2. #include <exec/types.h>
  3. #endif
  4.  
  5. #ifndef INTUITION_INTUITIONBASE_H
  6. #include <intuition/intuitionbase.h>
  7. #endif
  8.  
  9. #ifndef INTUITION_INTUITION_H
  10. #include <intuition/intuition.h>
  11. #endif
  12.  
  13. #ifndef INTUITION_GADGETCLASS_H
  14. #include <intuition/gadgetclass.h>
  15. #endif
  16.  
  17. #ifndef INTUITION_IMAGECLASS_H
  18. #include <intuition/imageclass.h>
  19. #endif
  20.  
  21. #ifndef INTUITION_CLASSUSR_H
  22. #include <intuition/classusr.h>
  23. #endif
  24.  
  25. #ifndef GRAPHICS_GFX_H
  26. #include <graphics/gfx.h>
  27. #endif
  28.  
  29. #ifndef GRAPHICS_GFXBASE_H
  30. #include <graphics/gfxbase.h>
  31. #endif
  32.  
  33. #ifndef GRAPHICS_GFXMACROS_H
  34. #include <graphics/gfxmacros.h>
  35. #endif
  36.  
  37. #ifndef LIBRARIES_DISKFONT_H
  38. #include <libraries/diskfont.h>
  39. #endif
  40.  
  41. #ifndef UTILITY_TAGITEM_H
  42. #include <utility/tagitem.h>
  43. #endif
  44.  
  45. #ifndef WORKBENCH_STARTUP_H
  46. #include <workbench/startup.h>
  47. #endif
  48.  
  49. #ifndef WORKBENCH_WORKBENCH_H
  50. #include <workbench/workbench.h>
  51. #endif
  52.                                     
  53.  
  54.  
  55.  
  56.